#!/bin/bash
cd "$(dirname "$0")"
cd ../../../
echo -n "Type your regular expression: "
read regx
git secrets --add --allowed "$regx"
bash